home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMASKPARAMETERS / TFRMASKPARAMETERS.txt
Text File  |  2008-08-19  |  2KB  |  103 lines

  1. object FrmAskParameters: TFrmAskParameters
  2.   Left = 325
  3.   Top = 316
  4.   BorderStyle = bsDialog
  5.   Caption = 'FrmAskParameters'
  6.   ClientHeight = 102
  7.   ClientWidth = 356
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SpeedButton1: TBitBtn
  19.     Left = 322
  20.     Top = 12
  21.     Width = 21
  22.     Height = 21
  23.     TabOrder = 1
  24.     OnClick = SpeedButton1Click
  25.     Glyph.Data = {
  26.       C6000000424DC60000000000000076000000280000000B0000000A0000000100
  27.       04000000000050000000120B0000120B00001000000010000000000000000000
  28.       80000080000000808000800000008000800080800000C0C0C000808080000000
  29.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777770
  30.       0000777777777770000077777777777000007777707777700000777700077770
  31.       0000777000007770000077000000077000007000000000700000777777777770
  32.       00007777777777700000}
  33.   end
  34.   object TxtToolsParameters: TLabeledEdit
  35.     Left = 69
  36.     Top = 13
  37.     Width = 248
  38.     Height = 21
  39.     EditLabel.Width = 59
  40.     EditLabel.Height = 13
  41.     EditLabel.Caption = 'Parameters:'
  42.     LabelPosition = lpLeft
  43.     TabOrder = 0
  44.   end
  45.   object TxtToolsFilename: TLabeledEdit
  46.     Left = 69
  47.     Top = 42
  48.     Width = 276
  49.     Height = 21
  50.     Color = clBtnFace
  51.     EditLabel.Width = 56
  52.     EditLabel.Height = 13
  53.     EditLabel.Caption = 'Application:'
  54.     LabelPosition = lpLeft
  55.     ReadOnly = True
  56.     TabOrder = 2
  57.   end
  58.   object Button1: TButton
  59.     Left = 199
  60.     Top = 72
  61.     Width = 70
  62.     Height = 23
  63.     Caption = '&OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 3
  67.   end
  68.   object Button2: TButton
  69.     Left = 275
  70.     Top = 72
  71.     Width = 70
  72.     Height = 23
  73.     Cancel = True
  74.     Caption = '&Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 4
  77.   end
  78.   object PopupMenu1: TTBXPopupMenu
  79.     Left = 22
  80.     Top = 55
  81.     object Filename2: TTBXItem
  82.       Caption = '{Filename}'
  83.       OnClick = Filename2Click
  84.     end
  85.     object SingleFilename2: TTBXItem
  86.       Caption = '{Single Filename}'
  87.       OnClick = Filename2Click
  88.     end
  89.     object path2: TTBXItem
  90.       Caption = '{Path}'
  91.       OnClick = Filename2Click
  92.     end
  93.     object TBXItem1: TTBXItem
  94.       Caption = '{Selection}'
  95.       OnClick = Filename2Click
  96.     end
  97.     object TBXItem2: TTBXItem
  98.       Caption = '{Word At Caret}'
  99.       OnClick = Filename2Click
  100.     end
  101.   end
  102. end
  103.